home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / PRCTL.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  190b  |  10 lines

  1. #ifndef _LINUX_PRCTL_H
  2. #define _LINUX_PRCTL_H
  3.  
  4. /*  Values to pass as first argument to prctl()  */
  5.  
  6. #define PR_SET_PDEATHSIG  1  /*  Second arg is a signal  */
  7.  
  8.  
  9. #endif /* _LINUX_PRCTL_H */
  10.